home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / apparmor.d / abstractions / perl < prev    next >
Text File  |  2008-10-08  |  961b  |  28 lines

  1. # $Id: perl 90 2006-08-04 19:13:59Z seth_arnold $
  2. # ------------------------------------------------------------------
  3. #
  4. #    Copyright (C) 2002-2005 Novell/SUSE
  5. #
  6. #    This program is free software; you can redistribute it and/or
  7. #    modify it under the terms of version 2 of the GNU General Public
  8. #    License published by the Free Software Foundation.
  9. #
  10. # ------------------------------------------------------------------
  11.  
  12.  
  13.  
  14.   # a few files typically required for perl scripts
  15.   /usr/bin/perl                  rmix,
  16.   /usr/bin/perl[0-9].[0-9].[0-9] rmix,
  17.   /usr/lib/perl/**               r,
  18.   /usr/lib/perl/**.so*           mr,
  19.   /usr/lib/perl5/**              r,
  20.   /usr/lib/perl5/**.so*          mr,
  21.   /usr/lib64/perl5/**            r,
  22.   /usr/lib64/perl5/**.so*        mr,
  23.   /usr/lib32/perl5/**            r,
  24.   /usr/lib32/perl5/**.so*        mr,
  25.   /usr/share/perl/**             r,
  26.   /usr/share/perl5/**            r,
  27.   /etc/perl/**                   r,
  28.